@charset "utf-8";
/* CSS Document */

/* Font Awesome 6 Brands — nur für fa-instagram (Rest des FA-Pakets entfernt) */
@font-face {
	font-family: 'Font Awesome 6 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("./fontawesome-free-6.5.2-web/webfonts/fa-brands-400.woff2") format("woff2"),
	     url("./fontawesome-free-6.5.2-web/webfonts/fa-brands-400.ttf") format("truetype");
}
.fab, .fa-brands {
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}
.fa-instagram:before { content: "\f16d"; }

html {
	scroll-behavior:smooth;
	scroll-padding-top: 100px;
}
:root {
	--akzentfarbe1: #1b1f3b;
	--akzentfarbe2: #e94560;
	--akzentfarbe3: #ffffff;
	--akzentfarbe4: #f2d492;

}
body {
	margin: 0;
	padding: 0;
	overflow: auto;	
	hyphens: auto;
	z-index: 0;
	width: 99vw;
	height: 100vh;
	font-family: "Roboto";
	background-color: var(--akzentfarbe1);
	font-size: 1rem;
	color: var(--akzentfarbe3);
	transition: background-color 0.3s ease, color 0.3s ease;
}
.hidden{
	visibility: hidden !important;
	/*top: 100vh !important;*/
}
.body{
	overflow: hidden;
}
.none{
	display: none;
}
.body > div {
	position: fixed;
	visibility: visible;
	height: calc(100vh - 11.3vw);
	opacity: 1;
	top: 8vw;
}
.jugendfest-font{	
	font-family: "Roboto"; 
}
h1, h2, h3, h4 {
	font-family: "Ppneuemontreal"; 
	font-size: 4em; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 750; 
	line-height: 150%;
	padding: 20px;
	padding-top: 0px;
	text-transform: uppercase;
	color: var(--akzentfarbe2);
}
h1 {
	display: inline;
}
h2 { 
	display: inline;
	padding: .3em .5em;
}
h3 {
	font-size: 2.4em;
	font-weight: 700;
	margin: 0px;	
}
h4 {
	font-size: 2em;
	font-weight: 700;
}
h5 {
	font-size: 2em;
	color: black;
	padding: 20px 3vw;
}
.button{
	background-color: var(--akzentfarbe3);
	color: var(--akzentfarbe1);
	font-family: "Ppneuemontreal";
}
p { 
	font-family: "Roboto"; 
	font-size: 1.6em; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 350; 
	line-height: 1.4em;
	padding: 10px 20px;
}


p a{
	text-decoration: none;
  	position: relative;
	font-weight: 700;
	color: var(--akzentfarbe3);
}
.unbolt{
	font-weight: 350; 
}

p a::before {
	content: '';
	background-color: var(--akzentfarbe4);
	position: absolute;
	left: -1%;
	bottom: -1px;
	width: 102%;
	height: 2px;
	z-index: -1;
	transition: all .3s ease-in-out;
  }
p a:hover::before {
	bottom: -1px;
	height: 110%;
	color: black;
  }

.infosgrid > table {
	width: 17em;
}
.inforechte {
	grid-area: rechte; 
	margin-top: 50px; 
	text-align: center; 
	max-width: 1500px; 
}

table{
	padding:0px 20px;
	font-size: 1.6em;
}
td{
padding: 0px 15px 15px 0px;
}
.center{
	text-align: center;
	justify-self: center;
}
.Textakzentfarbe {
	color: var(--akzentfarbe2);
}
.Textakzentfarbe1 {
	color: var(--akzentfarbe1);
	background-color: var(--akzentfarbe3);
	padding: 0.3em 0.3em 0.1em;
}
.Textakzentfarbe2 {
	color: var(--akzentfarbe3);
	background-color: black;
	padding: 0.3em 0.3em 0.1em;
}
.Textakzentfarbe3 {
	color: var(--akzentfarbe4);
	background-color: var(--akzentfarbe3);
	padding: 0.3em 0.3em 0.1em;
}

.angebote{
	margin-bottom: 20px;
	overflow: auto;
	width: 100%;
}

details{
	padding: 10px 20px;
	margin-left: 20px;
	margin-right: 20px;
}
.angebote p, details {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0;
}
.angebote summary {
	cursor: pointer;
}	

.link_nav:hover {
	opacity: 1;
}
.link_nav {
	text-transform: uppercase;
	font-family: "Ppneuemontreal", "Roboto";
	font-size: 1.3vw;
	color: var(--akzentfarbe2);
	text-decoration: none;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.2s ease;
}
.link_wrapper .active { 
	opacity: 1;
}
header{
	position: fixed;
	top: 0;
	z-index: 1;
}
footer{
	z-index: 1;
	position: fixed;
	bottom: 0;
	width: 99vw;
	height: 3vw;
}
.headtext{
	line-height: .9;
	padding: 0;
	padding-left: 5px;
	margin: 0;
	font-size: 6vw;
}
.foottext{
	font-size: 5vw;
	padding: 0;
	text-align: center;
	width: 99vw;
	overflow: hidden;
	margin: 0;
	position: fixed;
	bottom: -1.5vw;
}

.fixedfooter{
	display: flex;
}
.link_wrapper{
	display: flex;
	grid-column-gap: 1.5vw;
	padding-left: 3.4vw;
}
#anfahrt {
	width: 100%;
	overflow-y: auto;
}
.anfahrt{
	max-width: 1500px;
	margin: 0 auto;
	display: grid;
	grid-gap: 20px;
	justify-content: center;
	align-content: center;
	
}
.anfahrt img {
	padding: 0 20px 20px 20px;
	object-fit: scale-down;
	max-width: calc(100% - 40px);
}
.gallerie{
	margin-top: 20px;
	position: relative;
}
#select{
	height: 100vh;
	width: 0;
	z-index: 10;
}
.mehrinfos {
	grid-area: mehrinfos;
}



.gallerie-preview{
	margin-top: 20px;
	position: relative;
	display: grid;
	grid-template-columns: minmax(0px, 1fr) minmax(auto, 1110px) minmax(0px, 1fr);
	grid-auto-rows: auto;
	grid-gap: 20px;
	grid-template-areas:	". beschreibung ."
							". galerie ."
							"baustelle baustelle baustelle"
}

.pswp-gallery {
	grid-area: galerie;
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-auto-rows: 150px;
	grid-gap: 10px;
}

.pswp-gallery a {
    color: #191919;
}

.pswp-gallery img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.gallerie-preview .baustelle{
	grid-area: baustelle;
}

.galerie-baustelle{
	grid-area: beschreibung;
	position: relative;
	object-fit: cover;
	max-height: 100%;
	display: grid;
	grid-template-columns: 3vw 1fr 3vw;
	grid-template-rows: 1fr 50px auto 1fr;
	background: black;
}

.galerie-baustelle img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	grid-column: 1 / 4;
	grid-row: 1 / 5;
	opacity: 0.7;
	z-index: 6;
}

.galerie-baustelle h2{
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 20px black;
	z-index: 7;
}
.galerie-baustelle p{
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 20px black;
	z-index: 7;
}
	
.footergrid {
	z-index: 1000;
	grid-area: footer;
	position: relative;
	padding: 1rem;
	display: grid;  
	margin: auto;
	width: 50%;
	padding: 10px;
	padding-top: 5vh;
	height: 20vh;
	grid-gap: 1rem;
	width: max(70vh);
	grid-template-columns: auto auto auto auto;
	grid-template-rows: 15vh;
}
#logo_ejd {
	height: 15vh;
	width: 15vh;
	background-color: #ffffff;
	cursor: pointer;
	border-radius: 10%;
}
#logo_ejp {
	height: 15vh;
	width: 15vh;
	cursor: pointer;
	border-radius: 10%;
}
#impressum {
	text-align: center;
	align-self: center;
}

.baustelle{
	position: relative;
	width: 99vw;
	max-height: 50vh;
	display: grid;
	grid-template-columns: 3vw 1fr 3vw;
	grid-template-rows: 1fr 50px auto 1fr;
	background: black;
}

.baustelle img{
	object-fit: cover;
	max-height: 100%;
	width: 100%;
	grid-column: 1 / 4;
	grid-row: 1 / 5;
	opacity: 0.4;
	z-index: 6;
}

.baustelle h2{
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 20px black;
	z-index: 7;
}
.baustelle p{
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 20px black;
	z-index: 7;
}
.startscreen{
	/*overflow: auto;*/
	width: 99vw;
	display: grid;
	grid-template-columns: 50px 1fr 50px;
	grid-template-rows: 0 minmax(45vh, 60vh) 0 minmax(100px, auto) 0;
	grid-gap: 10px;
	grid-template-areas: 	". . ."
							". start-logo ."
							". start-countdown ."
							". start-text ."
							". mehrinfos .";
}
.startscreen svg{
	grid-area: start-logo;
	object-fit: cover;
	max-height: 95%;
	max-width: 100%;
	/*max-width: 70vw;
	max-height: 70vh;*/
	justify-self: center;
	align-self: center;
}
.startscreentext{
	grid-area: start-text;
	justify-self: start;
	align-self: flex-start;
	text-align: center;
	padding: 0%;
}

.timer-feld{
	text-align: center;
	position: fixed;
	right: 1vh;
	top: -1vh;
	display: grid;
	grid-template-columns: 23% 23% 23% 25.1%;
	grid-template-rows: 35% 22% 43%;
	grid-column-gap: 2%;
	height: 6vw;
	grid-template-areas: "zday zhour zmin zsec"
						 "day hour min sec"
						 "text text text text";
}
.countdowntext{
	color: var(--akzentfarbe2);
	font-size: 2.2vw;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.countnumber{
	color: var(--akzentfarbe1);
	background-color: var(--akzentfarbe2);
	font-size: 2.2vw;
	text-align: center;
	font-weight: bold;
}
.counttext {
	color: var(--akzentfarbe1);
	background-color: var(--akzentfarbe2);
	font-size: 1.3vw;
	text-align: center;
	font-weight: bold;
}



/* Menüleiste */

.artsch {
	z-index: 100000;
	height: 1rem;
	width: 99vw;
	position: fixed;
	top: 0;
	background-color: var(--akzentfarbe3);
}
#artsch {
	text-align: center;
	margin-top: -0.9rem;
	font-size: small;
	color: #000000;
}
.menu {
	width: 99vw;
	margin:0;
	padding: 10px 0px;
	position: fixed;
	background: var(--akzentfarbe1);
    display: grid;
	top: 0;
    grid-template-columns: 1fr 80px 10px repeat(5, auto) 1fr;
	grid-template-rows: 80px;
	grid-column-gap: 0;
	grid-template-areas: ". btn1 . btn3 btn4 btn5 btn2 btn6 .";
	z-index: 1000;
}
.btn{
	text-decoration: none;
	justify-self: stretch;
	width: 100%;
}

.btn :hover{
	color: var(--akzentfarbe2);
	background: #00000055;
	transition: all 200ms ease-in-out;
}
.btn :active{
	background: black;
	color: white;
	transition: all 50ms ease-in-out;
}
.btn1{
	grid-area: btn1;
	position: relative;
	transition: all 500ms;
	justify-self: center;
	align-self: center;
}
.btn2{
	grid-area: btn2;
	position: relative;
	transition: all 500ms;
	justify-self: center;
	align-self: center;
}
.btn3{
	grid-area: btn3;
	position: relative;
	transition: all 500ms;
	justify-self: center;
	align-self: center;
}
.btn4{
	grid-area: btn4;
	position: relative;
	transition: all 500ms;
	justify-self: center;
	align-self: center;
}
.btn5{
	grid-area: btn5;
	position: relative;
	transition: all 500ms;
	justify-self: center;
	align-self: center;
}
.btn6{
	grid-area: btn6;
	position: relative;
	transition: all 500ms;
	justify-self: center;
	align-self: center;
}
.btn img{
	object-fit: cover;
	max-width: 100%;
	transition: all 500ms;
	animation: fadeIn 0.7s ease-in;
	align-self: center;
}
.angebotgrid{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 200px;
	grid-gap: 10px;
	margin: 20px 20px 0px;
}
.bandgrid{
	position: absolute;
	display: grid;
	grid-template-columns: repeat(34, 1fr);
	grid-template-rows: repeat(18, 1fr);
	height: 150vh;
	width: 150vw;
	top: 0;
	left: 0;
	transition: transform 1s ease-out;
	z-index: 0;
}

.band{
	overflow: hidden;
	position: relative;
	object-fit: fill;
	height: 100%;
	width: 100%;
	z-index: 6;
	opacity: 1;
	transition: opacity 0.3s ease-in-out, transform 1s ease-in-out;
}

.band img{
	position: relative;
	object-fit: cover;
	width: 100%;
	z-index: 6;
	opacity: 1;
	transition: filter 1s ease-in-out;
}

.click {
	transform: scale(1.7);
	z-index: 10;
}

.click img{
	filter: brightness(20%);
}

.click div {
	display: block !important;
}

.band h3{
	position: relative;
	padding: 0;
	font-size: 1rem;
	font-family: "Roboto";
}
.band div{
	display: none;
	margin: 0;
	position: absolute;
	width: 100%;
	top: 0;
	opacity: 1;
	z-index: 7;
	transition: opacity 0.5s ease-in-out !important;
}
.band img {
	height: 90%;
}

.band p {
	text-align: center;
	color: white;
}
.band:hover img{
	opacity: 1 !important;
}

#mid, #mid p {
	grid-area: 8 / 13 / span 5 / span 8;
	font-size: 1.2vw;
}
#pos1, #pos1 p {
	grid-area: 3 / 7 / span 6 / span 5;
	font-size: 0.94vw;
}
#pos2, #pos2 p {
	grid-area: 2 / 14 / span 5 / span 6;
	font-size: 0.94vw;
}
#pos3, #pos3 p {
	grid-area: 6 / 23 / span 6 / span 6;
	font-size: 1.2vw;
}
#pos4, #pos4 p {
	grid-area: 13 / 20 / span 6 / span 7;
	font-size: 1.07vw;
}
#pos5, #pos5 p {
	grid-area: 14 / 12 / span 6 / span 7;
	font-size: 0.94vw;
}
#pos6, #pos6 p {
	grid-area: 10 / 6 / span 6 / span 5;
	font-size: 0.94vw;
}

.band h3{
	color:var(--akzentfarbe3);
	
}



.galerie-baustelle p a{
	color:white;
}

.embed-container { 
	position: relative; 
	overflow: hidden;
	justify-content: center;
	max-width: 95%;

	padding: 1em; 
} 

@media (max-width: 600px) {
	.embed-container iframe {
		min-width: auto;
	}
} 
/* ab hier kommt der Code für die Socialmedia Icons */
.instagram{
	color: var(--akzentfarbe2);
	text-decoration: none;
}

.instagram:hover {
  color: var(--akzentfarbe4);
}
.mobileblocker{
	height: 300px;
	grid-area: mobileblocker;
}
.alias {cursor: alias;}

/* ab hier kommt der Code für die Änderungen abhängig von der Screen-Breite */


@media screen and (orientation:landscape){
	.timer-feld{
		visibility: visible;
		top: 1vh;
	}
	.mobileblocker{
		display: none;
	}
	.startscreentext{
		position: relative;
		top: -3rem;
	}
	.menu {
		grid-template-columns: 1fr 80px 10px repeat(5, auto) 1fr;
		grid-template-areas: ". btn1 . btn2 btn3 btn4 btn5 btn6 .";
	}
	.baustelle{
		grid-template-columns: 1fr 2fr 1fr;
	}
	.angebote > *{
		width: 100%;
		display: block;
		max-width: 1500px; 
	 	margin: auto;
	}
	.angebote h2 {
		font-size: 3em;
	}
	.angebote summary {
		font-size: 1.5em;
	}	
	.angebote p {
		font-size: 1.5em;
	}
	.startscreentext {
		font-size: 2em;
	}
	.startscreen {
		grid-template-columns: 1fr 800px 1fr;
		grid-template-rows: 0 60vh 0 minmax(200px, auto) 100vh;
		grid-template-areas:". . ."
							". start-logo ."
							". start-countdown ."
							". start-text ."
							". mehrinfos .";
	}
	.mehrinfos {
		display: flex;
		flex-direction: column;
		margin: 0 auto;
	}
	.mehrinfos > p {
		margin: auto 0;
	}

	.startscreen .mehrinfos {
		display: none;
	}
	.band:hover {
		opacity: 1 !important;
		cursor: pointer;
	}

	.bandgrid:has(.band:hover) .band{
		opacity: 0.2;
	}
	
	@keyframes vanish {
		0%{
			opacity: 1;
			transform: rotateX(0deg);
		}
		50%{
			opacity: 0.5;
			transform: rotateX(80deg) scale(0.8);
		}
		100%{
			display: none;
			opacity: 0;
			transform: rotateX(90deg) scale(0.5);
		}
	}
	@keyframes show {
		0%{
			display: none;
			opacity: 0;
			transform: rotateX(90deg) scale(0.5);
		}
		100%{
			opacity: 1;
			transform: rotateX(00deg) scale(1);
		}
	}
	.foottext{
		text-align: right;
		font-size: 3vw;
		bottom: -0.7vw;
	}
	.infos {
		width: 100vw;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.infosgrid{
		max-width: 1500px;
		margin: auto;
		display: grid;
		grid-template-columns: 3fr 1fr;
		grid-template-rows: repeat(2, auto);
		grid-template-areas:	"mehrinfos programm"
								"rechte rechte";
	}
	.einladungstext{
		grid-area: einladung;
	}
	

	.embed-container { 
		position: relative; 
		overflow: hidden; 
		max-width: 100%; 
		justify-content: center;
		height: 1400px;

		width: 48vw; 
		padding: 1em; 
		overflow: hidden; 
	} 
	.embed-container iframe { 
		position: relative; 
		top: 0; 
		left: 1rem;  
		width: 90%; 
		height: 100%; 
		min-width: 30vw; 
		min-height: 600px; 
		border-radius: 1rem;
	} 
	.iframekkf {
		width: 100%; 
		height: 100vh;
	}
	#programm_link, #programm {
		display: none !important;
	}
	#start {
		overflow: hidden !important;
	}


}
@media screen and (orientation:portrait) {
	.body > div {
		top: 29vw;
		height: calc(99vh - 32vw);
	}
	.startscreentext{
		position: relative;
		top: 0rem;
	}
	.startscreen{
		grid-template-rows: 0 minmax(40vh, 45vh) minmax(120px, 8vh) minmax(250px, auto) 100vh;
	}
	.footdiv{
		position: fixed;
		bottom: 0;
		left: 0;
		height: 5vw;
		width: 99vw;
		z-index: -1;
	}
	.timer-feld{
		height: 140px;
		grid-area: start-countdown;
		position: relative;
		justify-self: center;
		width: 64%;
	}
	.countdowntext{
		color: var(--akzentfarbe3);
		font-size: 4vw;
	}
	.countnumber{
		color: var(--akzentfarbe1);
		background-color: var(--akzentfarbe3);
		font-size: 4vw;
	}
	.counttext {
		color: var(--akzentfarbe1);
		background-color: var(--akzentfarbe3);
		font-size: 3vw;
	}
	.link_nav {
		font-size: 5vw;
		flex-grow: 1;
	}
	.link_nav > div {
		width: 100%;
		text-align: center;
	}
	.link_nav:hover {
		opacity: 0.6;
	}
	.headtext{
		font-size: 14.9vw;
	}
	.link_wrapper{
		grid-column-gap: 7vw;
		padding-left: 2vw;
		padding-right: 1vw ;
		padding-top: 1vw;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 2vw;
		column-gap: 3vw;
	}
	.angebote h2 {
		font-size: 3.5em;
	}
	.angebote summary {
		font-size: 1.5em;
	}	
	.angebote p {
		font-size: 1.2em;

	}
	.artsch {
		z-index: 100000;
		height: 2rem;
		width: 99vw;
		position: fixed;
		top: 0;
		background-color: var(--akzentfarbe3);
	}
	table{
		font-size: 1.5em;
		line-height: 1.5em;
	}

	/*.wrapper .icon{
	  width: 100px;
	  height: 100px;
	line-height: 100px;
	  font-size: 64px;
	}
	.wrapper .icon:hover .tooltip {
	  opacity: 0;
	}*/
	.footergrid {
		z-index: 1000;
		grid-area: footer;
		position: relative;
		display: grid;  
		margin: auto;
		width: 50%;
		padding: 10px;
		height: 10vh;
		grid-gap: 1rem;
		width: max(90vw);
		grid-template-columns: repeat(4, auto);
		grid-template-rows: 10vh;
	}
	#logo_ejd {
		grid-area: evjudd;
		height: 10vh;
		width: 10vh;
		background-color: #ffffff;
		cursor: pointer;
		border-radius: 10%;
	}
	#logo_ejp {
		grid-area: evjupir;
		height: 10vh;
		width: 10vh;
		cursor: pointer;
		border-radius: 10%;
	}
	#impressum {
		text-align: center;
		align-self: center;
	}
	.footergrid p{
		margin: 0px;
	}
	.startscreen > .mehrinfos {
		animation: show 1s linear infinite;
		animation-play-state: paused;
		animation-delay: calc(var(--scroll) * -1.5s);
	  
		animation-iteration-count: 1;
		animation-fill-mode: both;
	}
	.startscreen > svg {
		animation: vanish 1s linear infinite;
		animation-play-state: paused;
		animation-delay: calc(var(--scroll) * -3s);
	  
		animation-iteration-count: 1;
		animation-fill-mode: both;
	  }
	.startscreen > .timer-feld {
		animation: vanish 1s linear infinite;
		animation-play-state: paused;
		animation-delay: calc(var(--scroll) * -2s);
	  
		animation-iteration-count: 1;
		animation-fill-mode: both;
	  }
	.startscreen > .startscreentext {
		animation: vanish 1s linear infinite;
		animation-play-state: paused;
		animation-delay: calc(var(--scroll) * -2s);
	  
		animation-iteration-count: 1;
		animation-fill-mode: both;
	  }
	.bandgrid {
		grid-template-columns: repeat(35, calc(100vw/35));
		grid-template-rows: repeat(70, calc(100vw/35));
		height: 100vh;
		width: 95vw;
		overflow-y: auto;
		overflow-x: hidden;
		
	}
	.programm{
		overflow-y: auto;
		width: 87vw;
		font-size: 4vw;
		padding-left: 8vw;
		padding-right: 5vw;
	}

	.programm > table {
		width: 100%;
	}

	.bands {
		width: 100vw;
		overflow: hidden;
	}

	.band img {
		height: calc(100% - 100vw / 18);
	}

	.band h3 {
		top: -0.3rem;
	}
	
	#mid, #mid p {
		grid-area: 14 / 19 / span 11 / span 16;
		font-size: 1.5vw;
	}
	#pos1, #pos1 p {
		grid-area: 1 / 2 / span 17 / span 16;
		font-size: 1.8vw;
	}
	#pos2, #pos2 p {
		grid-area: 1 / 19 / span 13 / span 16;
		font-size: 1.55vw;
	}
	#pos3, #pos3 p {
		grid-area: 18 / 2 / span 15 / span 16;
		font-size: 2.1vw;
	}
	#pos4, #pos4 p {
		grid-area: 25 / 19 / span 13 / span 16;
		font-size: 1.6vw;
	}
	#pos5, #pos5 p {
		grid-area: 38 / 19 / span 12 / span 16;
		font-size: 1.9vw;
	}
	#pos6, #pos6 p {
		grid-area: 33 / 2 / span 17 / span 16;
		font-size: 1.8vw;
	}

	#infos_link, #infos {
		display: none !important;
	}
	.iframekkf {
		width: 90%; 
		height: 80vh;
		margin: 0 5%;
	}
	
	@keyframes vanish {
		0%{
			opacity: 1;
			transform: rotateX(0deg);
		}
		50%{
			opacity: 0.5;
			transform: rotateX(30deg) scale(0.8);
		}
		100%{
			display: none;
			opacity: 0;
			transform: rotateX(90deg) scale(0.5);
		}
	}
	@keyframes show {
		0%{
			display: none;
			opacity: 0;
			transform: rotateX(90deg) scale(0.5);
		}
		50%{
			opacity: 1;
			transform: rotateX(00deg) scale(1);
		}

	}
}

@media screen and (min-width: 1200px){
	.baustelle{
		grid-template-columns: 1fr 600px 1fr;
	}
	.gallerie-preview{
		grid-template-columns: 0px minmax(400px, 3fr) minmax(auto, 1110px) minmax(0px, 1fr);
		grid-template-areas:	". beschreibung galerie ."
								"baustelle baustelle baustelle baustelle"
	}
	.angebotgrid{
		grid-auto-flow: dense;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		grid-auto-rows: 300px;
	}
}

@media (min-width: 1680px) and (max-width: 1680px){
	.gallerie-preview{
		grid-template-columns: minmax(10px, 1fr) minmax(400px, 1fr) minmax(auto, 1110px) minmax(10px, 1fr);
		grid-template-areas:	". beschreibung galerie ."
								"baustelle baustelle baustelle baustelle"
	}
}

@media (min-aspect-ratio: 2/3) and (max-aspect-ratio: 1/1) {
	/* CSS-Regeln für Seitenverhältnisse zwischen 1:1 und 3:4 */
	.startscreen{
		grid-template-rows: 0 minmax(45vh, 50vh) 0 minmax(100px, auto) 100vh;
	}
	.timer-feld {
		display: none;
	}
  }
@media (min-aspect-ratio: 16/10) {
	.startscreen{
		grid-template-rows: 0 minmax(50vh, 55vh) 0 minmax(100px, auto) 100vh;
	}
  }
@media (min-aspect-ratio: 17/9) {
	.startscreen{
		min-height: calc(100vh - 11.3vw);
		overflow-x: hidden;
		width: 99vw;
		display: grid;
		grid-template-columns: 50% 50%;
		grid-template-rows: 0 calc(100vh - 10vw) 0 auto;
		grid-gap: 10px;
		grid-template-areas: 	". ."
								"start-logo start-text"
								"start-countdown ."
								". mehrinfos";
	}
	.startscreentext {
		padding-top: 5vh;
		align-self: center;
		font-size: 2vw;
	}
	
	.startscreen > .mehrinfos {
		position: relative;
		animation: show 1s linear infinite;
		animation-play-state: paused;
		animation-delay: calc(var(--scroll) * -1.5s);
	  
		animation-iteration-count: 1;
		animation-fill-mode: both;
		top: -30vh;
	}
	.startscreen > svg {
		/* animation: fixed 1s linear infinite;
		animation-play-state: paused;
		animation-delay: calc(var(--scroll) * -1s);
	  
		animation-iteration-count: 1;
		animation-fill-mode: both;

		position: relative;
		max-height: calc(100vh - 10vw);*/
		animation: none;
		position: fixed;
		left: 0;
		top: 8vw;
		height: calc(100vh - 10vw);
		width: 49vw;
	  }
	.startscreen > .startscreentext {
		position: relative;
		animation: vanish 1s linear infinite;
		animation-play-state: paused;
		animation-delay: calc(var(--scroll) * -2.8s);
	  
		animation-iteration-count: 1;
		animation-fill-mode: both;
	  }
	
	@keyframes vanish {
		0%{
			opacity: 1;
			transform: rotateX(0deg);
		}
		50%{
			opacity: 0.5;
			transform: rotateX(30deg) scale(0.8);
		}
		100%{
			display: none;
			opacity: 0;
			transform: rotateX(90deg) scale(0.5);
		}
	}
	@keyframes show {
		0%{
			opacity: 0;
			transform: rotateX(90deg) scale(0.5);
		}
		10%{
			opacity: 0.5;
			transform: rotateX(40deg) scale(0.6);
		}
		40% {
			transform: rotateX(30deg) scale(0.7) translateY(0vh);
		}
		100% {
			opacity: 1;
			transform: rotateX(00deg) scale(1) translateY(30vh);
		}
	}
  }
@font-face {
    font-family: 'Ppneuemontreal';
    src: url('https://cdn.prod.website-files.com/6702c92998140d417ddaef1c/671aaf13e87384c1f14075c8_PPNeueMontreal-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}